runtime.m.blocked (field)
8 uses
	runtime (current package)
		lock_futex.go#L159: 		gp.m.blocked = true
		lock_futex.go#L164: 		gp.m.blocked = false
		lock_futex.go#L182: 			gp.m.blocked = true
		lock_futex.go#L187: 			gp.m.blocked = false
		lock_futex.go#L201: 		gp.m.blocked = true
		lock_futex.go#L206: 		gp.m.blocked = false
		proc.go#L5857: 		print(" mallocing=", mp.mallocing, " throwing=", mp.throwing, " preemptoff=", mp.preemptoff, " locks=", mp.locks, " dying=", mp.dying, " spinning=", mp.spinning, " blocked=", mp.blocked, " lockedg=")
		runtime2.go#L559: 	blocked       bool // m is blocked on a note
  | 
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |